home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / sparc / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  934 b   |  42 lines

  1. # ALSA Sparc drivers
  2.  
  3. menuconfig SND_SPARC
  4.     bool "Sparc sound devices"
  5.     depends on SPARC
  6.     default y
  7.     help
  8.       Support for sound devices specific to Sun SPARC architectures.
  9.  
  10. if SND_SPARC
  11.  
  12. config SND_SUN_AMD7930
  13.     tristate "Sun AMD7930"
  14.     depends on SBUS
  15.     select SND_PCM
  16.     help
  17.       Say Y here to include support for AMD7930 sound device on Sun.
  18.  
  19.       To compile this driver as a module, choose M here: the module
  20.       will be called snd-sun-amd7930.
  21.  
  22. config SND_SUN_CS4231
  23.     tristate "Sun CS4231"
  24.     select SND_PCM
  25.     help
  26.       Say Y here to include support for CS4231 sound device on Sun.
  27.  
  28.       To compile this driver as a module, choose M here: the module
  29.       will be called snd-sun-cs4231.
  30.  
  31. config SND_SUN_DBRI
  32.     tristate "Sun DBRI"
  33.     depends on SBUS
  34.     select SND_PCM
  35.     help
  36.       Say Y here to include support for DBRI sound device on Sun.
  37.  
  38.       To compile this driver as a module, choose M here: the module
  39.       will be called snd-sun-dbri.
  40.  
  41. endif    # SND_SPARC
  42.